const runtime.stackNosplit
4 uses
runtime (current package)
preempt.go#L359: if asyncPreemptStack > stackNosplit {
stack.go#L94: stackNosplit = abi.StackNosplitBase * sys.StackGuardMultiplier
stack.go#L102: stackGuard = stackNosplit + stackSystem + abi.StackSmall
stack.go#L1297: if used := gp.stack.hi - gp.sched.sp + stackNosplit; used >= avail/4 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)